Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
konva (source) 9.2.0 -> 9.3.20 age adoption passing confidence

Release Notes

konvajs/konva (konva)

v9.3.20

Compare Source

  • Fix text rendering when ellipses are used

v9.3.19

Compare Source

  • Typescript fixes
  • Memory leak fixes

v9.3.18

Compare Source

  • Fixed emoji split in multiple lines

v9.3.17

Compare Source

  • Fixed Arrow.getClientRect()
  • Fixed emoji rendering with letterSpacing
  • Fixed line-through for justify text
  • Changes in letter spacing width calculations to match DOM rendering

v9.3.16

Compare Source

  • Fix freeze on ios on touch cancel event
  • Typescript fixes

v9.3.15

Compare Source

  • fix letter spacing for Hindi text
  • ts fixes
9.3.14 (2024-07-16)
  • Fix shadow + corner radius for images
  • Support fillRule for Konva.Shape on hit graph
9.3.13 (2024-07-05)
  • Fallback for Konva.Text.measureSize() when 2d context doesn't return full data
9.3.12 (2024-06-20)
  • Fix stopped transforming when it was triggered by multi-touch
  • Fix svg path.getPointAtLength() calculations in some cases
  • Fix shape.getClientRect() when any of parents is cached
9.3.11 (2024-05-23)
  • Fix chrome clear canvas issue
  • Typescript fixes
9.3.9 (2024-05-20)
  • Fix underline and line-through for Konva.Text when Konva._fixTextRendering = true
9.3.8 (2024-05-15)
  • Fix click events fires on stage
  • Temporary Konva._fixTextRendering = true flag to fix inconsistent text
9.3.6 (2024-03-04)
  • Fix transformer bug to enable hit graph back
9.3.5 (2024-03-04)
  • tranformer event will be triggered AFTER all data of transformer is updated
  • Improve performance of transformer
9.3.4 (2024-03-03)
  • Fix clipping with zero size
9.3.3 (2024-02-09)
  • Another fix for exporting buffered shapes
9.3.2 (2024-01-26)
  • Fix large memory usage on node export
9.3.1 (2024-01-17)
  • Fix Pixelate filter work/fix caching size
  • Fix node export when large buffer canvas is used
9.3.0 (2023-12-20)
  • New attribute rotateLineVisible for Konva.Transformer to show/hide rotate line
9.2.3 (2023-10-31)
  • Better Konva.Transformer work when it has flipEnabled = false.
9.2.2 (2023-09-14)
  • Better RTL support
  • Some typescript fixes
9.2.1 (2023-09-14)
  • Fix text rendering when text has both underline and shadow
  • Typescript fixes
9.2.0 (2023-05-14)
  • More controls on clipping
  • fillRule for Konva.Shape
9.1.0 (2023-05-14)
  • New anchorStyleFunc for Konva.Transformer to customize anchor style
9.0.2 (2023-05-14)
  • Better text rendering when it has stroke
9.0.1 (2023-04-17)
  • Better performance for any instance creation
  • Little typescript fixes
9.0.0 (2023-04-13)
  • Migrate the npm package from ES back to CommonJS
8.4.4 (2023-04-05)
  • Some fixes for Konva.TextPath calculations and rendering.
  • Resolve "willReadFrequently" warning in Chrome
8.4.3 (2023-03-23)
  • Typescript fixes
  • Better validation for Konva.Transfomer nodes property
8.4.2 (2023-01-20)
  • Fix justify on text with limited height
8.4.1 (2023-01-19)
  • Typescript fixes for container.add() method. Ability to use empty array as argument. E.g. container.add(...emptyArray)
  • Fix underline for justify text
  • Fix gradient display on underline or line-through text
8.4.0 (2023-01-05)
  • Add support for cornerRadius for Konva.Image
  • Fix cloning of Konva.Transformer
8.3.14 (2022-11-09)
  • Automatically release (destroy) used canvas elements. Should fix safari memory issues
8.3.13 (2022-10-03)
  • Typescript fixes
  • Better non-passive events usage
  • Better 2d context usage to avoid Chrome warnings
8.3.12 (2022-08-29)
  • ellipsis fixes for Konva.Text
  • Allow reset component attributes via overloader
8.3.11 (2022-08-05)
  • Fix Konva.Label position when tag attributes are changed
  • Fix incorrect ellipsis display for Konva.Text
  • Fix click event trigger on parent containers on touch devices
  • Fix incorrect mouseleave event trigger when drag is finished
8.3.10 (2022-06-20)
  • Skip Konva.Transformer in container.getClientRect() calculations
8.3.9 (2022-05-27)
  • Typescript fixes
8.3.8 (2022-05-05)
  • Disable all exports in package.json
8.3.7 (2022-05-04)
  • Migrate to CommonJS exports only
8.3.6 (2022-04-27)
  • Better exports definitions. Importing Konva should work better in different bundlers and test environments.
  • imageSmoothingEnabled option for node.toDataURL(), node.toCanvas() and node.toImage()

v9.3.14

Compare Source

  • Fix shadow + corner radius for images
  • Support fillRule for Konva.Shape on hit graph

v9.3.13

Compare Source

  • Fallback for Konva.Text.measureSize() when 2d context doesn't return full data

v9.3.12

Compare Source

  • Fix stopped transforming when it was triggered by multi-touch
  • Fix svg path.getPointAtLength() calculations in some cases
  • Fix shape.getClientRect() when any of parents is cached

v9.3.11

Compare Source

  • Fix chrome clear canvas issue
  • Typescript fixes

v9.3.10

Compare Source

Commits

  • a5cd672: update CHANGELOG with new version (Anton Lavrenov)
  • f2a3728: build for 9.3.10 (Anton Lavrenov)
  • 9083dfb: update cdn link (Anton Lavrenov)

v9.3.9

Compare Source

  • Fix underline and line-through for Konva.Text when Konva._fixTextRendering = true

v9.3.8

Compare Source

  • Fix click events fires on stage
  • Temporary Konva._fixTextRendering = true flag to fix inconsistent text

v9.3.7

Compare Source

Commits

  • 70f57d2: ignore node_modules in ts (Anton Lavrenov)
  • 88861b3: fix click event flow a little. close #​1755 (Anton Lavrenov)
  • fdd0e64: add failing test (Anton Lavrenov)
  • 0ec3425: possible fix for all our text problems (Anton Lavrenov)
  • 8f2e9f8: update CHANGELOG with new version (Anton Lavrenov)
  • 5143154: build for 9.3.7 (Anton Lavrenov)
  • 2587e07: update cdn link (Anton Lavrenov)

v9.3.6

Compare Source

  • Fix transformer bug to enable hit graph back

v9.3.5

Compare Source

  • tranformer event will be triggered AFTER all data of transformer is updated
  • Improve performance of transformer

v9.3.4

Compare Source

  • Fix clipping with zero size

v9.3.3

Compare Source

  • Another fix for exporting buffered shapes

v9.3.2

Compare Source

  • Fixed memory leaks on Tween destroy
  • Fixed incorrect export of stage/layer when internal nodes used buffer canvas for rendering
  • Fixed incorrect render of cached node when buffer canvas is used
  • Fixed incorrect path lenth calculations

v9.3.1

Compare Source

  • Typescript fixes
  • Memory leak fixes

v9.3.0

Compare Source

  • New attribute rotateLineVisible for Konva.Transformer to show/hide rotate line

v9.2.3

Compare Source

  • Better Konva.Transformer work when it has flipEnabled = false.

v9.2.2

Compare Source

  • Better RTL support
  • Some typescript fixes

v9.2.1

Compare Source

  • Fix text rendering when text has both underline and shadow
  • Typescript fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies This pull request updates dependency files label Jun 27, 2025
@RichDom2185 RichDom2185 merged commit 29a4e56 into master Jun 27, 2025
9 checks passed
@RichDom2185 RichDom2185 deleted the renovate/konva-9.x-lockfile branch June 27, 2025 17:36
@coveralls
Copy link

Pull Request Test Coverage Report for Build 15932382796

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 44.652%

Totals Coverage Status
Change from base Build 15932199739: 0.0%
Covered Lines: 10087
Relevant Lines: 21154

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This pull request updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants